Html Css Color HEX #B64CDB Medium Orchid

📋 copy color: '#B64CDB'

red 182 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #B64CDB

Tints of Medium Orchid #B64CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 38.16%
G = 15.93%
B = 45.91%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B64CDB (or 0xB64CDB) is known color: Medium Orchid. HEX triplet: B6, 4C and DB. RGB value is (182,76,219). Sum of RGB (Red+Green+Blue) = 182+76+219=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #B64CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CDB is #49B324. Grayscale: #7B7B7B. Windows color (decimal): -4829989 or 14372022. OLE color: 14372022.

HSL color Cylindrical-coordinate representation of color #B64CDB: hue angle of 284.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64CDB is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 76 219 -
CMYK 0.17 0.65 0 0.14
HSL 284.48º 0.67% 0.58% -
HSV(B) 284.48º 0.65% 0.86% -
XYZ 34.66 20.23 69.1 -
YUV 124 181.62 169.37 -
System Red Green Blue C M Y K H S L
Decimal 182 76 219 0.17 0.65 0 0.14 284.48 0.67 0.58
Hex B6 4C DB 11 41 0 E 11C 43 3A
Octal 266 114 333 21 101 0 16 434 103 72
Binary 10110110 1001100 11011011 10001 1000001 0 1110 100011100 1000011 111010

Color Harmonies of #B64CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CDB

Black with #B64CDB

Text Example


Text Example

White with #B64CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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