Html Css Color HEX #B64ACB Medium Orchid

📋 copy color: '#B64ACB'

red 182 ◦ green 74 ◦ blue 203

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

Shades of Medium Orchid #B64ACB

Tints of Medium Orchid #B64ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.12%

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

R = 39.65%
G = 16.12%
B = 44.23%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B64ACB (or 0xB64ACB) is known color: Medium Orchid. HEX triplet: B6, 4A and CB. RGB value is (182,74,203). Sum of RGB (Red+Green+Blue) = 182+74+203=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #B64ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64ACB is #49B534. Grayscale: #787878. Windows color (decimal): -4830517 or 13322934. OLE color: 13322934.

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

Color convert

RGB 182 74 203 -
CMYK 0.10 0.64 0 0.20
HSL 290.23º 0.55% 0.54% -
HSV(B) 290.23º 0.64% 0.8% -
XYZ 32.52 19.15 58.48 -
YUV 121 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 182 74 203 0.10 0.64 0 0.20 290.23 0.55 0.54
Hex B6 4A CB A 40 0 14 122 37 36
Octal 266 112 313 12 100 0 24 442 67 66
Binary 10110110 1001010 11001011 1010 1000000 0 10100 100100010 110111 110110

Color Harmonies of #B64ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64ACB

Black with #B64ACB

Text Example


Text Example

White with #B64ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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