Html Css Color HEX #B664CF Medium Orchid

📋 copy color: '#B664CF'

red 182 ◦ green 100 ◦ blue 207

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

Shades of Medium Orchid #B664CF

Tints of Medium Orchid #B664CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.45%

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

R = 37.22%
G = 20.45%
B = 42.33%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B664CF (or 0xB664CF) is known color: Medium Orchid. HEX triplet: B6, 64 and CF. RGB value is (182,100,207). Sum of RGB (Red+Green+Blue) = 182+100+207=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #B664CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664CF is #499B30. Grayscale: #888888. Windows color (decimal): -4823857 or 13591734. OLE color: 13591734.

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

Color convert

RGB 182 100 207 -
CMYK 0.12 0.52 0 0.19
HSL 285.98º 0.53% 0.6% -
HSV(B) 285.98º 0.52% 0.81% -
XYZ 35.11 23.56 61.73 -
YUV 136.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 182 100 207 0.12 0.52 0 0.19 285.98 0.53 0.6
Hex B6 64 CF C 34 0 13 11E 35 3C
Octal 266 144 317 14 64 0 23 436 65 74
Binary 10110110 1100100 11001111 1100 110100 0 10011 100011110 110101 111100

Color Harmonies of #B664CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B664CF

Black with #B664CF

Text Example


Text Example

White with #B664CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B664CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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