Html Css Color HEX #B82FDF Dark Orchid

📋 copy color: '#B82FDF'

red 184 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #B82FDF

Tints of Dark Orchid #B82FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.35%

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

R = 40.53%
G = 10.35%
B = 49.12%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B82FDF (or 0xB82FDF) is known color: Dark Orchid. HEX triplet: B8, 2F and DF. RGB value is (184,47,223). Sum of RGB (Red+Green+Blue) = 184+47+223=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #B82FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82FDF is #47D020. Grayscale: #6B6B6B. Windows color (decimal): -4706337 or 14626744. OLE color: 14626744.

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

Color convert

RGB 184 47 223 -
CMYK 0.17 0.79 0 0.13
HSL 286.7º 0.73% 0.53% -
HSV(B) 286.7º 0.79% 0.87% -
XYZ 34.1 17.55 71.4 -
YUV 108.03 192.89 182.19 -
System Red Green Blue C M Y K H S L
Decimal 184 47 223 0.17 0.79 0 0.13 286.7 0.73 0.53
Hex B8 2F DF 11 4F 0 D 11F 49 35
Octal 270 57 337 21 117 0 15 437 111 65
Binary 10111000 101111 11011111 10001 1001111 0 1101 100011111 1001001 110101

Color Harmonies of #B82FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FDF

Black with #B82FDF

Text Example


Text Example

White with #B82FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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