Html Css Color HEX #B830CD Dark Orchid

📋 copy color: '#B830CD'

red 184 ◦ green 48 ◦ blue 205

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

Shades of Dark Orchid #B830CD

Tints of Dark Orchid #B830CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 42.11%
G = 10.98%
B = 46.91%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B830CD (or 0xB830CD) is known color: Dark Orchid. HEX triplet: B8, 30 and CD. RGB value is (184,48,205). Sum of RGB (Red+Green+Blue) = 184+48+205=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #B830CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830CD is #47CF32. Grayscale: #6A6A6A. Windows color (decimal): -4706099 or 13447352. OLE color: 13447352.

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

Color convert

RGB 184 48 205 -
CMYK 0.10 0.77 0 0.20
HSL 291.97º 0.62% 0.5% -
HSV(B) 291.97º 0.77% 0.8% -
XYZ 31.84 16.71 59.31 -
YUV 106.56 183.56 183.23 -
System Red Green Blue C M Y K H S L
Decimal 184 48 205 0.10 0.77 0 0.20 291.97 0.62 0.5
Hex B8 30 CD A 4D 0 14 124 3E 32
Octal 270 60 315 12 115 0 24 444 76 62
Binary 10111000 110000 11001101 1010 1001101 0 10100 100100100 111110 110010

Color Harmonies of #B830CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830CD

Black with #B830CD

Text Example


Text Example

White with #B830CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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