Html Css Color HEX #B82BC5 Dark Orchid

📋 copy color: '#B82BC5'

red 184 ◦ green 43 ◦ blue 197

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

Shades of Dark Orchid #B82BC5

Tints of Dark Orchid #B82BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.46%

R = 43.4%
G = 10.14%
B = 46.46%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B82BC5 (or 0xB82BC5) is known color: Dark Orchid. HEX triplet: B8, 2B and C5. RGB value is (184,43,197). Sum of RGB (Red+Green+Blue) = 184+43+197=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #B82BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BC5 is #47D43A. Grayscale: #666666. Windows color (decimal): -4707387 or 12921784. OLE color: 12921784.

HSL color Cylindrical-coordinate representation of color #B82BC5: hue angle of 294.94º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82BC5 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 184 43 197 -
CMYK 0.07 0.78 0 0.23
HSL 294.94º 0.64% 0.47% -
HSV(B) 294.94º 0.78% 0.77% -
XYZ 30.71 15.95 54.28 -
YUV 102.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 184 43 197 0.07 0.78 0 0.23 294.94 0.64 0.47
Hex B8 2B C5 7 4E 0 17 127 40 2F
Octal 270 53 305 7 116 0 27 447 100 57
Binary 10111000 101011 11000101 111 1001110 0 10111 100100111 1000000 101111

Color Harmonies of #B82BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BC5

Black with #B82BC5

Text Example


Text Example

White with #B82BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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