Html Css Color HEX #B830CA Dark Orchid

📋 copy color: '#B830CA'

red 184 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #B830CA

Tints of Dark Orchid #B830CA

RGB

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

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

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

R = 42.4%
G = 11.06%
B = 46.54%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B830CA (or 0xB830CA) is known color: Dark Orchid. HEX triplet: B8, 30 and CA. RGB value is (184,48,202). Sum of RGB (Red+Green+Blue) = 184+48+202=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #B830CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830CA is #47CF35. Grayscale: #696969. Windows color (decimal): -4706102 or 13250744. OLE color: 13250744.

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

Color convert

RGB 184 48 202 -
CMYK 0.09 0.76 0 0.21
HSL 292.99º 0.62% 0.49% -
HSV(B) 292.99º 0.76% 0.79% -
XYZ 31.48 16.57 57.42 -
YUV 106.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 184 48 202 0.09 0.76 0 0.21 292.99 0.62 0.49
Hex B8 30 CA 9 4C 0 15 125 3E 31
Octal 270 60 312 11 114 0 25 445 76 61
Binary 10111000 110000 11001010 1001 1001100 0 10101 100100101 111110 110001

Color Harmonies of #B830CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830CA

Black with #B830CA

Text Example


Text Example

White with #B830CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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