Html Css Color HEX #B730CE Dark Orchid

📋 copy color: '#B730CE'

red 183 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #B730CE

Tints of Dark Orchid #B730CE

RGB

 RED value IS 183 (71.88% from 255) = 41.88%

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 41.88%
G = 10.98%
B = 47.14%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B730CE (or 0xB730CE) is known color: Dark Orchid. HEX triplet: B7, 30 and CE. RGB value is (183,48,206). Sum of RGB (Red+Green+Blue) = 183+48+206=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #B730CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730CE is #48CF31. Grayscale: #696969. Windows color (decimal): -4771634 or 13512887. OLE color: 13512887.

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

Color convert

RGB 183 48 206 -
CMYK 0.11 0.77 0 0.19
HSL 291.27º 0.62% 0.5% -
HSV(B) 291.27º 0.77% 0.81% -
XYZ 31.73 16.64 59.93 -
YUV 106.38 184.23 182.65 -
System Red Green Blue C M Y K H S L
Decimal 183 48 206 0.11 0.77 0 0.19 291.27 0.62 0.5
Hex B7 30 CE B 4D 0 13 123 3E 32
Octal 267 60 316 13 115 0 23 443 76 62
Binary 10110111 110000 11001110 1011 1001101 0 10011 100100011 111110 110010

Color Harmonies of #B730CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730CE

Black with #B730CE

Text Example


Text Example

White with #B730CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730CE; }

 p { color: rgb(183,48,206); }

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

background-color css

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

 a { background-color: rgb(183,48,206); }

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

border-color css

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

 span { border-color: rgb(183,48,206); }

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