Html Css Color HEX #B82BED Dark Orchid

📋 copy color: '#B82BED'

red 184 ◦ green 43 ◦ blue 237

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

Shades of Dark Orchid #B82BED

Tints of Dark Orchid #B82BED

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.27%

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

R = 39.66%
G = 9.27%
B = 51.08%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B82BED (or 0xB82BED) is known color: Dark Orchid. HEX triplet: B8, 2B and ED. RGB value is (184,43,237). Sum of RGB (Red+Green+Blue) = 184+43+237=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 43 (17.19% from 255 or 9.27% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #B82BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82BED is #47D412. Grayscale: #6A6A6A. Windows color (decimal): -4707347 or 15543224. OLE color: 15543224.

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

Color convert

RGB 184 43 237 -
CMYK 0.22 0.82 0 0.07
HSL 283.61º 0.84% 0.55% -
HSV(B) 283.61º 0.82% 0.93% -
XYZ 35.92 18.03 81.71 -
YUV 107.28 201.21 182.73 -
System Red Green Blue C M Y K H S L
Decimal 184 43 237 0.22 0.82 0 0.07 283.61 0.84 0.55
Hex B8 2B ED 16 52 0 7 11C 54 37
Octal 270 53 355 26 122 0 7 434 124 67
Binary 10111000 101011 11101101 10110 1010010 0 111 100011100 1010100 110111

Color Harmonies of #B82BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BED

Black with #B82BED

Text Example


Text Example

White with #B82BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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