Html Css Color HEX #B61ED8 Dark Orchid

📋 copy color: '#B61ED8'

red 182 ◦ green 30 ◦ blue 216

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

Shades of Dark Orchid #B61ED8

Tints of Dark Orchid #B61ED8

RGB

 RED value IS 182 (71.48% from 255) = 42.52%

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

 BLUE value IS 216 (84.77% from 255) = 50.47%

R = 42.52%
G = 7.01%
B = 50.47%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B61ED8 (or 0xB61ED8) is known color: Dark Orchid. HEX triplet: B6, 1E and D8. RGB value is (182,30,216). Sum of RGB (Red+Green+Blue) = 182+30+216=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #B61ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ED8 is #49E127. Grayscale: #606060. Windows color (decimal): -4841768 or 14163638. OLE color: 14163638.

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

Color convert

RGB 182 30 216 -
CMYK 0.16 0.86 0 0.15
HSL 289.03º 0.76% 0.48% -
HSV(B) 289.03º 0.86% 0.85% -
XYZ 32.15 15.83 66.33 -
YUV 96.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 182 30 216 0.16 0.86 0 0.15 289.03 0.76 0.48
Hex B6 1E D8 10 56 0 F 121 4C 30
Octal 266 36 330 20 126 0 17 441 114 60
Binary 10110110 11110 11011000 10000 1010110 0 1111 100100001 1001100 110000

Color Harmonies of #B61ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61ED8

Black with #B61ED8

Text Example


Text Example

White with #B61ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61ED8; }

 p { color: rgb(182,30,216); }

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

background-color css

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

 a { background-color: rgb(182,30,216); }

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

border-color css

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

 span { border-color: rgb(182,30,216); }

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