Html Css Color HEX #B830CB Dark Orchid

📋 copy color: '#B830CB'

red 184 ◦ green 48 ◦ blue 203

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

Shades of Dark Orchid #B830CB

Tints of Dark Orchid #B830CB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.03%

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

R = 42.3%
G = 11.03%
B = 46.67%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B830CB (or 0xB830CB) is known color: Dark Orchid. HEX triplet: B8, 30 and CB. RGB value is (184,48,203). Sum of RGB (Red+Green+Blue) = 184+48+203=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #B830CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830CB is #47CF34. Grayscale: #696969. Windows color (decimal): -4706101 or 13316280. OLE color: 13316280.

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

Color convert

RGB 184 48 203 -
CMYK 0.09 0.76 0 0.20
HSL 292.65º 0.62% 0.49% -
HSV(B) 292.65º 0.76% 0.8% -
XYZ 31.6 16.62 58.04 -
YUV 106.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 184 48 203 0.09 0.76 0 0.20 292.65 0.62 0.49
Hex B8 30 CB 9 4C 0 14 125 3E 31
Octal 270 60 313 11 114 0 24 445 76 61
Binary 10111000 110000 11001011 1001 1001100 0 10100 100100101 111110 110001

Color Harmonies of #B830CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830CB

Black with #B830CB

Text Example


Text Example

White with #B830CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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