Html Css Color HEX #B730EF Dark Orchid

📋 copy color: '#B730EF'

red 183 ◦ green 48 ◦ blue 239

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

Shades of Dark Orchid #B730EF

Tints of Dark Orchid #B730EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 38.94%
G = 10.21%
B = 50.85%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B730EF (or 0xB730EF) is known color: Dark Orchid. HEX triplet: B7, 30 and EF. RGB value is (183,48,239). Sum of RGB (Red+Green+Blue) = 183+48+239=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #B730EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B730EF is #48CF10. Grayscale: #6D6D6D. Windows color (decimal): -4771601 or 15675575. OLE color: 15675575.

HSL color Cylindrical-coordinate representation of color #B730EF: hue angle of 282.41º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B730EF is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 183 48 239 -
CMYK 0.23 0.80 0 0.06
HSL 282.41º 0.86% 0.56% -
HSV(B) 282.41º 0.8% 0.94% -
XYZ 36.17 18.41 83.31 -
YUV 110.14 200.73 179.97 -
System Red Green Blue C M Y K H S L
Decimal 183 48 239 0.23 0.80 0 0.06 282.41 0.86 0.56
Hex B7 30 EF 17 50 0 6 11A 56 38
Octal 267 60 357 27 120 0 6 432 126 70
Binary 10110111 110000 11101111 10111 1010000 0 110 100011010 1010110 111000

Color Harmonies of #B730EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730EF

Black with #B730EF

Text Example


Text Example

White with #B730EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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