Html Css Color HEX #B64CCF Medium Orchid

📋 copy color: '#B64CCF'

red 182 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #B64CCF

Tints of Medium Orchid #B64CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.34%

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

R = 39.14%
G = 16.34%
B = 44.52%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B64CCF (or 0xB64CCF) is known color: Medium Orchid. HEX triplet: B6, 4C and CF. RGB value is (182,76,207). Sum of RGB (Red+Green+Blue) = 182+76+207=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #B64CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CCF is #49B330. Grayscale: #7A7A7A. Windows color (decimal): -4830001 or 13585590. OLE color: 13585590.

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

Color convert

RGB 182 76 207 -
CMYK 0.12 0.63 0 0.19
HSL 288.55º 0.58% 0.55% -
HSV(B) 288.55º 0.63% 0.81% -
XYZ 33.14 19.62 61.07 -
YUV 122.63 175.62 170.35 -
System Red Green Blue C M Y K H S L
Decimal 182 76 207 0.12 0.63 0 0.19 288.55 0.58 0.55
Hex B6 4C CF C 3F 0 13 121 3A 37
Octal 266 114 317 14 77 0 23 441 72 67
Binary 10110110 1001100 11001111 1100 111111 0 10011 100100001 111010 110111

Color Harmonies of #B64CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CCF

Black with #B64CCF

Text Example


Text Example

White with #B64CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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