Html Css Color HEX #B61DDF Dark Orchid

📋 copy color: '#B61DDF'

red 182 ◦ green 29 ◦ blue 223

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

Shades of Dark Orchid #B61DDF

Tints of Dark Orchid #B61DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.68%

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

R = 41.94%
G = 6.68%
B = 51.38%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B61DDF (or 0xB61DDF) is known color: Dark Orchid. HEX triplet: B6, 1D and DF. RGB value is (182,29,223). Sum of RGB (Red+Green+Blue) = 182+29+223=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #B61DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DDF is #49E220. Grayscale: #606060. Windows color (decimal): -4842017 or 14622134. OLE color: 14622134.

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

Color convert

RGB 182 29 223 -
CMYK 0.18 0.87 0 0.13
HSL 287.32º 0.77% 0.49% -
HSV(B) 287.32º 0.87% 0.87% -
XYZ 33.05 16.15 71.19 -
YUV 96.86 199.19 188.73 -
System Red Green Blue C M Y K H S L
Decimal 182 29 223 0.18 0.87 0 0.13 287.32 0.77 0.49
Hex B6 1D DF 12 57 0 D 11F 4D 31
Octal 266 35 337 22 127 0 15 437 115 61
Binary 10110110 11101 11011111 10010 1010111 0 1101 100011111 1001101 110001

Color Harmonies of #B61DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DDF

Black with #B61DDF

Text Example


Text Example

White with #B61DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DDF; }

 p { color: rgb(182,29,223); }

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

background-color css

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

 a { background-color: rgb(182,29,223); }

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

border-color css

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

 span { border-color: rgb(182,29,223); }

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