Html Css Color HEX #B670D0 Medium Orchid

📋 copy color: '#B670D0'

red 182 ◦ green 112 ◦ blue 208

#B670D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B670D0

Tints of Medium Orchid #B670D0

RGB

 RED value IS 182 (71.48% from 255) = 36.25%

 GREEN value IS 112 (44.14% from 255) = 22.31%

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 36.25%
G = 22.31%
B = 41.43%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B670D0 (or 0xB670D0) is known color: Medium Orchid. HEX triplet: B6, 70 and D0. RGB value is (182,112,208). Sum of RGB (Red+Green+Blue) = 182+112+208=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #B670D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B670D0 is #498F2F. Grayscale: #8F8F8F. Windows color (decimal): -4820784 or 13660342. OLE color: 13660342.

HSL color Cylindrical-coordinate representation of color #B670D0: hue angle of 283.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B670D0 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 112 208 -
CMYK 0.12 0.46 0 0.18
HSL 283.75º 0.51% 0.63% -
HSV(B) 283.75º 0.46% 0.82% -
XYZ 36.47 26.09 62.79 -
YUV 143.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 182 112 208 0.12 0.46 0 0.18 283.75 0.51 0.63
Hex B6 70 D0 C 2E 0 12 11C 33 3F
Octal 266 160 320 14 56 0 22 434 63 77
Binary 10110110 1110000 11010000 1100 101110 0 10010 100011100 110011 111111

Color Harmonies of #B670D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B670D0

Black with #B670D0

Text Example


Text Example

White with #B670D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B670D0; }

 p { color: rgb(182,112,208); }

 H1.HeaderClassName
 {
   color: #B670D0;
 }
 .AnyTagClassName
 {
   color: #B670D0;
 }
</style>

background-color css

<style>
 a { background-color: #B670D0; }

 a { background-color: rgb(182,112,208); }

 div.DivClassName
 {
   background-color: #B670D0;
 }
 .BgClassName
 {
   background-color: #B670D0;
 }
</style>

border-color css

<style>
 span { border-color: #B670D0; }

 span { border-color: rgb(182,112,208); }

 td.TdClassName
 {
   border-color: #B670D0;
 }
 .TagClassName
 {
   border-color: #B670D0;
 }
</style>