Html Css Color HEX #B82BCA Dark Orchid

📋 copy color: '#B82BCA'

red 184 ◦ green 43 ◦ blue 202

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

Shades of Dark Orchid #B82BCA

Tints of Dark Orchid #B82BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.09%

R = 42.89%
G = 10.02%
B = 47.09%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B82BCA (or 0xB82BCA) is known color: Dark Orchid. HEX triplet: B8, 2B and CA. RGB value is (184,43,202). Sum of RGB (Red+Green+Blue) = 184+43+202=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #B82BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BCA is #47D435. Grayscale: #666666. Windows color (decimal): -4707382 or 13249464. OLE color: 13249464.

HSL color Cylindrical-coordinate representation of color #B82BCA: hue angle of 293.21º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82BCA is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 43 202 -
CMYK 0.09 0.79 0 0.21
HSL 293.21º 0.65% 0.48% -
HSV(B) 293.21º 0.79% 0.79% -
XYZ 31.29 16.18 57.35 -
YUV 103.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 184 43 202 0.09 0.79 0 0.21 293.21 0.65 0.48
Hex B8 2B CA 9 4F 0 15 125 41 30
Octal 270 53 312 11 117 0 25 445 101 60
Binary 10111000 101011 11001010 1001 1001111 0 10101 100100101 1000001 110000

Color Harmonies of #B82BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BCA

Black with #B82BCA

Text Example


Text Example

White with #B82BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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