Html Css Color HEX #B62ECF Dark Orchid

📋 copy color: '#B62ECF'

red 182 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #B62ECF

Tints of Dark Orchid #B62ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.57%

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 41.84%
G = 10.57%
B = 47.59%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B62ECF (or 0xB62ECF) is known color: Dark Orchid. HEX triplet: B6, 2E and CF. RGB value is (182,46,207). Sum of RGB (Red+Green+Blue) = 182+46+207=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #B62ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ECF is #49D130. Grayscale: #686868. Windows color (decimal): -4837681 or 13577910. OLE color: 13577910.

HSL color Cylindrical-coordinate representation of color #B62ECF: hue angle of 290.68º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62ECF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 46 207 -
CMYK 0.12 0.78 0 0.19
HSL 290.68º 0.64% 0.5% -
HSV(B) 290.68º 0.78% 0.81% -
XYZ 31.53 16.4 60.54 -
YUV 105.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 182 46 207 0.12 0.78 0 0.19 290.68 0.64 0.5
Hex B6 2E CF C 4E 0 13 123 40 32
Octal 266 56 317 14 116 0 23 443 100 62
Binary 10110110 101110 11001111 1100 1001110 0 10011 100100011 1000000 110010

Color Harmonies of #B62ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62ECF

Black with #B62ECF

Text Example


Text Example

White with #B62ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62ECF; }

 p { color: rgb(182,46,207); }

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

background-color css

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

 a { background-color: rgb(182,46,207); }

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

border-color css

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

 span { border-color: rgb(182,46,207); }

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