Html Css Color HEX #B64CCB Medium Orchid

📋 copy color: '#B64CCB'

red 182 ◦ green 76 ◦ blue 203

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

Shades of Medium Orchid #B64CCB

Tints of Medium Orchid #B64CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 39.48%
G = 16.49%
B = 44.03%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B64CCB (or 0xB64CCB) is known color: Medium Orchid. HEX triplet: B6, 4C and CB. RGB value is (182,76,203). Sum of RGB (Red+Green+Blue) = 182+76+203=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #B64CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CCB is #49B334. Grayscale: #797979. Windows color (decimal): -4830005 or 13323446. OLE color: 13323446.

HSL color Cylindrical-coordinate representation of color #B64CCB: hue angle of 290.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64CCB is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 76 203 -
CMYK 0.10 0.63 0 0.20
HSL 290.08º 0.55% 0.55% -
HSV(B) 290.08º 0.63% 0.8% -
XYZ 32.66 19.43 58.53 -
YUV 122.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 182 76 203 0.10 0.63 0 0.20 290.08 0.55 0.55
Hex B6 4C CB A 3F 0 14 122 37 37
Octal 266 114 313 12 77 0 24 442 67 67
Binary 10110110 1001100 11001011 1010 111111 0 10100 100100010 110111 110111

Color Harmonies of #B64CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CCB

Black with #B64CCB

Text Example


Text Example

White with #B64CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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