Html Css Color HEX #B668C8 Medium Orchid

📋 copy color: '#B668C8'

red 182 ◦ green 104 ◦ blue 200

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

Shades of Medium Orchid #B668C8

Tints of Medium Orchid #B668C8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.4%

 BLUE value IS 200 (78.52% from 255) = 41.15%

R = 37.45%
G = 21.4%
B = 41.15%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B668C8 (or 0xB668C8) is known color: Medium Orchid. HEX triplet: B6, 68 and C8. RGB value is (182,104,200). Sum of RGB (Red+Green+Blue) = 182+104+200=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #B668C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668C8 is #499737. Grayscale: #898989. Windows color (decimal): -4822840 or 13134006. OLE color: 13134006.

HSL color Cylindrical-coordinate representation of color #B668C8: hue angle of 288.75º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B668C8 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 104 200 -
CMYK 0.09 0.48 0 0.22
HSL 288.75º 0.47% 0.6% -
HSV(B) 288.75º 0.48% 0.78% -
XYZ 34.67 24.02 57.45 -
YUV 138.27 162.84 159.19 -
System Red Green Blue C M Y K H S L
Decimal 182 104 200 0.09 0.48 0 0.22 288.75 0.47 0.6
Hex B6 68 C8 9 30 0 16 121 2F 3C
Octal 266 150 310 11 60 0 26 441 57 74
Binary 10110110 1101000 11001000 1001 110000 0 10110 100100001 101111 111100

Color Harmonies of #B668C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B668C8

Black with #B668C8

Text Example


Text Example

White with #B668C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B668C8; }

 p { color: rgb(182,104,200); }

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

background-color css

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

 a { background-color: rgb(182,104,200); }

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

border-color css

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

 span { border-color: rgb(182,104,200); }

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