Html Css Color HEX #B82FCB Dark Orchid

📋 copy color: '#B82FCB'

red 184 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #B82FCB

Tints of Dark Orchid #B82FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 42.4%
G = 10.83%
B = 46.77%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B82FCB (or 0xB82FCB) is known color: Dark Orchid. HEX triplet: B8, 2F and CB. RGB value is (184,47,203). Sum of RGB (Red+Green+Blue) = 184+47+203=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #B82FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82FCB is #47D034. Grayscale: #696969. Windows color (decimal): -4706357 or 13316024. OLE color: 13316024.

HSL color Cylindrical-coordinate representation of color #B82FCB: hue angle of 292.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82FCB is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 47 203 -
CMYK 0.09 0.77 0 0.20
HSL 292.69º 0.62% 0.49% -
HSV(B) 292.69º 0.77% 0.8% -
XYZ 31.56 16.54 58.03 -
YUV 105.75 182.89 183.82 -
System Red Green Blue C M Y K H S L
Decimal 184 47 203 0.09 0.77 0 0.20 292.69 0.62 0.49
Hex B8 2F CB 9 4D 0 14 125 3E 31
Octal 270 57 313 11 115 0 24 445 76 61
Binary 10111000 101111 11001011 1001 1001101 0 10100 100100101 111110 110001

Color Harmonies of #B82FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FCB

Black with #B82FCB

Text Example


Text Example

White with #B82FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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