Html Css Color HEX #B71EDB Dark Orchid

📋 copy color: '#B71EDB'

red 183 ◦ green 30 ◦ blue 219

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

Shades of Dark Orchid #B71EDB

Tints of Dark Orchid #B71EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.94%

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 42.36%
G = 6.94%
B = 50.69%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B71EDB (or 0xB71EDB) is known color: Dark Orchid. HEX triplet: B7, 1E and DB. RGB value is (183,30,219). Sum of RGB (Red+Green+Blue) = 183+30+219=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #B71EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71EDB is #48E124. Grayscale: #606060. Windows color (decimal): -4776229 or 14360247. OLE color: 14360247.

HSL color Cylindrical-coordinate representation of color #B71EDB: hue angle of 288.57º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71EDB is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 30 219 -
CMYK 0.16 0.86 0 0.14
HSL 288.57º 0.76% 0.49% -
HSV(B) 288.57º 0.86% 0.86% -
XYZ 32.78 16.11 68.4 -
YUV 97.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 183 30 219 0.16 0.86 0 0.14 288.57 0.76 0.49
Hex B7 1E DB 10 56 0 E 121 4C 31
Octal 267 36 333 20 126 0 16 441 114 61
Binary 10110111 11110 11011011 10000 1010110 0 1110 100100001 1001100 110001

Color Harmonies of #B71EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71EDB

Black with #B71EDB

Text Example


Text Example

White with #B71EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71EDB; }

 p { color: rgb(183,30,219); }

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

background-color css

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

 a { background-color: rgb(183,30,219); }

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

border-color css

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

 span { border-color: rgb(183,30,219); }

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