Html Css Color HEX #B730DC Dark Orchid

📋 copy color: '#B730DC'

red 183 ◦ green 48 ◦ blue 220

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

Shades of Dark Orchid #B730DC

Tints of Dark Orchid #B730DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 40.58%
G = 10.64%
B = 48.78%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B730DC (or 0xB730DC) is known color: Dark Orchid. HEX triplet: B7, 30 and DC. RGB value is (183,48,220). Sum of RGB (Red+Green+Blue) = 183+48+220=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #B730DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730DC is #48CF23. Grayscale: #6B6B6B. Windows color (decimal): -4771620 or 14430391. OLE color: 14430391.

HSL color Cylindrical-coordinate representation of color #B730DC: hue angle of 287.09º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B730DC is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 48 220 -
CMYK 0.17 0.78 0 0.14
HSL 287.09º 0.71% 0.53% -
HSV(B) 287.09º 0.78% 0.86% -
XYZ 33.5 17.35 69.29 -
YUV 107.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 183 48 220 0.17 0.78 0 0.14 287.09 0.71 0.53
Hex B7 30 DC 11 4E 0 E 11F 47 35
Octal 267 60 334 21 116 0 16 437 107 65
Binary 10110111 110000 11011100 10001 1001110 0 1110 100011111 1000111 110101

Color Harmonies of #B730DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730DC

Black with #B730DC

Text Example


Text Example

White with #B730DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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