Html Css Color HEX #B82CDF Dark Orchid

📋 copy color: '#B82CDF'

red 184 ◦ green 44 ◦ blue 223

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

Shades of Dark Orchid #B82CDF

Tints of Dark Orchid #B82CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 40.8%
G = 9.76%
B = 49.45%

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

#B82CDF (or 0xB82CDF) is known color: Dark Orchid. HEX triplet: B8, 2C and DF. RGB value is (184,44,223). Sum of RGB (Red+Green+Blue) = 184+44+223=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #B82CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CDF is #47D320. Grayscale: #696969. Windows color (decimal): -4707105 or 14625976. OLE color: 14625976.

HSL color Cylindrical-coordinate representation of color #B82CDF: hue angle of 286.93º degrees, saturation: 0.74, 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 #B82CDF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 44 223 -
CMYK 0.17 0.80 0 0.13
HSL 286.93º 0.74% 0.52% -
HSV(B) 286.93º 0.8% 0.87% -
XYZ 33.99 17.32 71.36 -
YUV 106.27 193.88 183.45 -
System Red Green Blue C M Y K H S L
Decimal 184 44 223 0.17 0.80 0 0.13 286.93 0.74 0.52
Hex B8 2C DF 11 50 0 D 11F 4A 34
Octal 270 54 337 21 120 0 15 437 112 64
Binary 10111000 101100 11011111 10001 1010000 0 1101 100011111 1001010 110100

Color Harmonies of #B82CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CDF

Black with #B82CDF

Text Example


Text Example

White with #B82CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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