Html Css Color HEX #B62DC5 Dark Orchid

📋 copy color: '#B62DC5'

red 182 ◦ green 45 ◦ blue 197

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

Shades of Dark Orchid #B62DC5

Tints of Dark Orchid #B62DC5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.61%

 BLUE value IS 197 (77.34% from 255) = 46.46%

R = 42.92%
G = 10.61%
B = 46.46%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B62DC5 (or 0xB62DC5) is known color: Dark Orchid. HEX triplet: B6, 2D and C5. RGB value is (182,45,197). Sum of RGB (Red+Green+Blue) = 182+45+197=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 45 (17.97% from 255 or 10.61% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #B62DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DC5 is #49D23A. Grayscale: #666666. Windows color (decimal): -4837947 or 12922294. OLE color: 12922294.

HSL color Cylindrical-coordinate representation of color #B62DC5: hue angle of 294.08º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62DC5 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 45 197 -
CMYK 0.08 0.77 0 0.23
HSL 294.08º 0.63% 0.47% -
HSV(B) 294.08º 0.77% 0.77% -
XYZ 30.31 15.85 54.29 -
YUV 103.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 182 45 197 0.08 0.77 0 0.23 294.08 0.63 0.47
Hex B6 2D C5 8 4D 0 17 126 3F 2F
Octal 266 55 305 10 115 0 27 446 77 57
Binary 10110110 101101 11000101 1000 1001101 0 10111 100100110 111111 101111

Color Harmonies of #B62DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62DC5

Black with #B62DC5

Text Example


Text Example

White with #B62DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62DC5; }

 p { color: rgb(182,45,197); }

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

background-color css

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

 a { background-color: rgb(182,45,197); }

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

border-color css

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

 span { border-color: rgb(182,45,197); }

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