Html Css Color HEX #B61DDA Dark Orchid

📋 copy color: '#B61DDA'

red 182 ◦ green 29 ◦ blue 218

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

Shades of Dark Orchid #B61DDA

Tints of Dark Orchid #B61DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 42.42%
G = 6.76%
B = 50.82%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B61DDA (or 0xB61DDA) is known color: Dark Orchid. HEX triplet: B6, 1D and DA. RGB value is (182,29,218). Sum of RGB (Red+Green+Blue) = 182+29+218=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #B61DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DDA is #49E225. Grayscale: #5F5F5F. Windows color (decimal): -4842022 or 14294454. OLE color: 14294454.

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

Color convert

RGB 182 29 218 -
CMYK 0.17 0.87 0 0.15
HSL 288.57º 0.77% 0.48% -
HSV(B) 288.57º 0.87% 0.85% -
XYZ 32.39 15.89 67.69 -
YUV 96.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 182 29 218 0.17 0.87 0 0.15 288.57 0.77 0.48
Hex B6 1D DA 11 57 0 F 121 4D 30
Octal 266 35 332 21 127 0 17 441 115 60
Binary 10110110 11101 11011010 10001 1010111 0 1111 100100001 1001101 110000

Color Harmonies of #B61DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DDA

Black with #B61DDA

Text Example


Text Example

White with #B61DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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