Html Css Color HEX #B82CCD Dark Orchid

📋 copy color: '#B82CCD'

red 184 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #B82CCD

Tints of Dark Orchid #B82CCD

RGB

 RED value IS 184 (72.27% from 255) = 42.49%

 GREEN value IS 44 (17.58% from 255) = 10.16%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 42.49%
G = 10.16%
B = 47.34%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B82CCD (or 0xB82CCD) is known color: Dark Orchid. HEX triplet: B8, 2C and CD. RGB value is (184,44,205). Sum of RGB (Red+Green+Blue) = 184+44+205=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #B82CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CCD is #47D332. Grayscale: #676767. Windows color (decimal): -4707123 or 13446328. OLE color: 13446328.

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

Color convert

RGB 184 44 205 -
CMYK 0.10 0.79 0 0.20
HSL 292.17º 0.65% 0.49% -
HSV(B) 292.17º 0.79% 0.8% -
XYZ 31.69 16.4 59.25 -
YUV 104.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 184 44 205 0.10 0.79 0 0.20 292.17 0.65 0.49
Hex B8 2C CD A 4F 0 14 124 41 31
Octal 270 54 315 12 117 0 24 444 101 61
Binary 10111000 101100 11001101 1010 1001111 0 10100 100100100 1000001 110001

Color Harmonies of #B82CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CCD

Black with #B82CCD

Text Example


Text Example

White with #B82CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CCD; }

 p { color: rgb(184,44,205); }

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

background-color css

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

 a { background-color: rgb(184,44,205); }

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

border-color css

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

 span { border-color: rgb(184,44,205); }

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