Html Css Color HEX #B668CF Medium Orchid

📋 copy color: '#B668CF'

red 182 ◦ green 104 ◦ blue 207

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

Shades of Medium Orchid #B668CF

Tints of Medium Orchid #B668CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 36.92%
G = 21.1%
B = 41.99%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B668CF (or 0xB668CF) is known color: Medium Orchid. HEX triplet: B6, 68 and CF. RGB value is (182,104,207). Sum of RGB (Red+Green+Blue) = 182+104+207=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #B668CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668CF is #499730. Grayscale: #8A8A8A. Windows color (decimal): -4822833 or 13592758. OLE color: 13592758.

HSL color Cylindrical-coordinate representation of color #B668CF: hue angle of 285.44º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B668CF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 104 207 -
CMYK 0.12 0.50 0 0.19
HSL 285.44º 0.52% 0.61% -
HSV(B) 285.44º 0.5% 0.81% -
XYZ 35.5 24.35 61.86 -
YUV 139.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 182 104 207 0.12 0.50 0 0.19 285.44 0.52 0.61
Hex B6 68 CF C 32 0 13 11D 34 3D
Octal 266 150 317 14 62 0 23 435 64 75
Binary 10110110 1101000 11001111 1100 110010 0 10011 100011101 110100 111101

Color Harmonies of #B668CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B668CF

Black with #B668CF

Text Example


Text Example

White with #B668CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B668CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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