Html Css Color HEX #B82CDE Dark Orchid

📋 copy color: '#B82CDE'

red 184 ◦ green 44 ◦ blue 222

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

Shades of Dark Orchid #B82CDE

Tints of Dark Orchid #B82CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 40.89%
G = 9.78%
B = 49.33%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B82CDE (or 0xB82CDE) is known color: Dark Orchid. HEX triplet: B8, 2C and DE. RGB value is (184,44,222). Sum of RGB (Red+Green+Blue) = 184+44+222=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 44 (17.58% from 255 or 9.78% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #B82CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CDE is #47D321. Grayscale: #696969. Windows color (decimal): -4707106 or 14560440. OLE color: 14560440.

HSL color Cylindrical-coordinate representation of color #B82CDE: hue angle of 287.19º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82CDE is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 44 222 -
CMYK 0.17 0.80 0 0.13
HSL 287.19º 0.73% 0.52% -
HSV(B) 287.19º 0.8% 0.87% -
XYZ 33.85 17.27 70.66 -
YUV 106.15 193.38 183.53 -
System Red Green Blue C M Y K H S L
Decimal 184 44 222 0.17 0.80 0 0.13 287.19 0.73 0.52
Hex B8 2C DE 11 50 0 D 11F 49 34
Octal 270 54 336 21 120 0 15 437 111 64
Binary 10111000 101100 11011110 10001 1010000 0 1101 100011111 1001001 110100

Color Harmonies of #B82CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CDE

Black with #B82CDE

Text Example


Text Example

White with #B82CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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