Html Css Color HEX #B82BCF Dark Orchid

📋 copy color: '#B82BCF'

red 184 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #B82BCF

Tints of Dark Orchid #B82BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 42.4%
G = 9.91%
B = 47.7%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B82BCF (or 0xB82BCF) is known color: Dark Orchid. HEX triplet: B8, 2B and CF. RGB value is (184,43,207). Sum of RGB (Red+Green+Blue) = 184+43+207=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #B82BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BCF is #47D430. Grayscale: #676767. Windows color (decimal): -4707377 or 13577144. OLE color: 13577144.

HSL color Cylindrical-coordinate representation of color #B82BCF: hue angle of 291.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82BCF is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 43 207 -
CMYK 0.11 0.79 0 0.19
HSL 291.59º 0.66% 0.49% -
HSV(B) 291.59º 0.79% 0.81% -
XYZ 31.89 16.42 60.52 -
YUV 103.86 186.21 185.16 -
System Red Green Blue C M Y K H S L
Decimal 184 43 207 0.11 0.79 0 0.19 291.59 0.66 0.49
Hex B8 2B CF B 4F 0 13 124 42 31
Octal 270 53 317 13 117 0 23 444 102 61
Binary 10111000 101011 11001111 1011 1001111 0 10011 100100100 1000010 110001

Color Harmonies of #B82BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BCF

Black with #B82BCF

Text Example


Text Example

White with #B82BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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