Html Css Color HEX #B82CED Dark Orchid

📋 copy color: '#B82CED'

red 184 ◦ green 44 ◦ blue 237

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

Shades of Dark Orchid #B82CED

Tints of Dark Orchid #B82CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 39.57%
G = 9.46%
B = 50.97%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B82CED (or 0xB82CED) is known color: Dark Orchid. HEX triplet: B8, 2C and ED. RGB value is (184,44,237). Sum of RGB (Red+Green+Blue) = 184+44+237=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #B82CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82CED is #47D312. Grayscale: #6B6B6B. Windows color (decimal): -4707091 or 15543480. OLE color: 15543480.

HSL color Cylindrical-coordinate representation of color #B82CED: hue angle of 283.52º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82CED is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 44 237 -
CMYK 0.22 0.81 0 0.07
HSL 283.52º 0.84% 0.55% -
HSV(B) 283.52º 0.81% 0.93% -
XYZ 35.95 18.11 81.72 -
YUV 107.86 200.88 182.31 -
System Red Green Blue C M Y K H S L
Decimal 184 44 237 0.22 0.81 0 0.07 283.52 0.84 0.55
Hex B8 2C ED 16 51 0 7 11C 54 37
Octal 270 54 355 26 121 0 7 434 124 67
Binary 10111000 101100 11101101 10110 1010001 0 111 100011100 1010100 110111

Color Harmonies of #B82CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CED

Black with #B82CED

Text Example


Text Example

White with #B82CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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