Html Css Color HEX #B62FEC Dark Orchid

📋 copy color: '#B62FEC'

red 182 ◦ green 47 ◦ blue 236

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

Shades of Dark Orchid #B62FEC

Tints of Dark Orchid #B62FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.11%

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 39.14%
G = 10.11%
B = 50.75%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B62FEC (or 0xB62FEC) is known color: Dark Orchid. HEX triplet: B6, 2F and EC. RGB value is (182,47,236). Sum of RGB (Red+Green+Blue) = 182+47+236=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #B62FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62FEC is #49D013. Grayscale: #6C6C6C. Windows color (decimal): -4837396 or 15478710. OLE color: 15478710.

HSL color Cylindrical-coordinate representation of color #B62FEC: hue angle of 282.86º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62FEC is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 47 236 -
CMYK 0.23 0.80 0 0.07
HSL 282.86º 0.83% 0.55% -
HSV(B) 282.86º 0.8% 0.93% -
XYZ 35.45 18.03 80.97 -
YUV 108.91 199.73 180.13 -
System Red Green Blue C M Y K H S L
Decimal 182 47 236 0.23 0.80 0 0.07 282.86 0.83 0.55
Hex B6 2F EC 17 50 0 7 11B 53 37
Octal 266 57 354 27 120 0 7 433 123 67
Binary 10110110 101111 11101100 10111 1010000 0 111 100011011 1010011 110111

Color Harmonies of #B62FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62FEC

Black with #B62FEC

Text Example


Text Example

White with #B62FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62FEC; }

 p { color: rgb(182,47,236); }

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

background-color css

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

 a { background-color: rgb(182,47,236); }

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

border-color css

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

 span { border-color: rgb(182,47,236); }

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