Html Css Color HEX #B82DF0 Dark Orchid

📋 copy color: '#B82DF0'

red 184 ◦ green 45 ◦ blue 240

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

Shades of Dark Orchid #B82DF0

Tints of Dark Orchid #B82DF0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.59%

 BLUE value IS 240 (94.14% from 255) = 51.17%

R = 39.23%
G = 9.59%
B = 51.17%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B82DF0 (or 0xB82DF0) is known color: Dark Orchid. HEX triplet: B8, 2D and F0. RGB value is (184,45,240). Sum of RGB (Red+Green+Blue) = 184+45+240=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #B82DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82DF0 is #47D20F. Grayscale: #6C6C6C. Windows color (decimal): -4706832 or 15740344. OLE color: 15740344.

HSL color Cylindrical-coordinate representation of color #B82DF0: hue angle of 282.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82DF0 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 45 240 -
CMYK 0.23 0.81 0 0.06
HSL 282.77º 0.87% 0.56% -
HSV(B) 282.77º 0.81% 0.94% -
XYZ 36.43 18.36 84.06 -
YUV 108.79 202.05 181.64 -
System Red Green Blue C M Y K H S L
Decimal 184 45 240 0.23 0.81 0 0.06 282.77 0.87 0.56
Hex B8 2D F0 17 51 0 6 11B 57 38
Octal 270 55 360 27 121 0 6 433 127 70
Binary 10111000 101101 11110000 10111 1010001 0 110 100011011 1010111 111000

Color Harmonies of #B82DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82DF0

Black with #B82DF0

Text Example


Text Example

White with #B82DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82DF0; }

 p { color: rgb(184,45,240); }

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

background-color css

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

 a { background-color: rgb(184,45,240); }

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

border-color css

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

 span { border-color: rgb(184,45,240); }

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