Html Css Color HEX #B62FED Dark Orchid

📋 copy color: '#B62FED'

red 182 ◦ green 47 ◦ blue 237

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

Shades of Dark Orchid #B62FED

Tints of Dark Orchid #B62FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 39.06%
G = 10.09%
B = 50.86%

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

#B62FED (or 0xB62FED) is known color: Dark Orchid. HEX triplet: B6, 2F and ED. RGB value is (182,47,237). Sum of RGB (Red+Green+Blue) = 182+47+237=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #B62FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62FED is #49D012. Grayscale: #6C6C6C. Windows color (decimal): -4837395 or 15544246. OLE color: 15544246.

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

Color convert

RGB 182 47 237 -
CMYK 0.23 0.80 0 0.07
HSL 282.63º 0.84% 0.56% -
HSV(B) 282.63º 0.8% 0.93% -
XYZ 35.59 18.09 81.74 -
YUV 109.03 200.23 180.05 -
System Red Green Blue C M Y K H S L
Decimal 182 47 237 0.23 0.80 0 0.07 282.63 0.84 0.56
Hex B6 2F ED 17 50 0 7 11B 54 38
Octal 266 57 355 27 120 0 7 433 124 70
Binary 10110110 101111 11101101 10111 1010000 0 111 100011011 1010100 111000

Color Harmonies of #B62FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62FED

Black with #B62FED

Text Example


Text Example

White with #B62FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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