Html Css Color HEX #B730DF Dark Orchid

📋 copy color: '#B730DF'

red 183 ◦ green 48 ◦ blue 223

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

Shades of Dark Orchid #B730DF

Tints of Dark Orchid #B730DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.12%

R = 40.31%
G = 10.57%
B = 49.12%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B730DF (or 0xB730DF) is known color: Dark Orchid. HEX triplet: B7, 30 and DF. RGB value is (183,48,223). Sum of RGB (Red+Green+Blue) = 183+48+223=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #B730DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730DF is #48CF20. Grayscale: #6B6B6B. Windows color (decimal): -4771617 or 14626999. OLE color: 14626999.

HSL color Cylindrical-coordinate representation of color #B730DF: hue angle of 286.29º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B730DF is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 48 223 -
CMYK 0.18 0.78 0 0.13
HSL 286.29º 0.73% 0.53% -
HSV(B) 286.29º 0.78% 0.87% -
XYZ 33.9 17.51 71.4 -
YUV 108.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 183 48 223 0.18 0.78 0 0.13 286.29 0.73 0.53
Hex B7 30 DF 12 4E 0 D 11E 49 35
Octal 267 60 337 22 116 0 15 436 111 65
Binary 10110111 110000 11011111 10010 1001110 0 1101 100011110 1001001 110101

Color Harmonies of #B730DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730DF

Black with #B730DF

Text Example


Text Example

White with #B730DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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