Html Css Color HEX #B62FE3 Dark Orchid

📋 copy color: '#B62FE3'

red 182 ◦ green 47 ◦ blue 227

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

Shades of Dark Orchid #B62FE3

Tints of Dark Orchid #B62FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 49.78%

R = 39.91%
G = 10.31%
B = 49.78%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B62FE3 (or 0xB62FE3) is known color: Dark Orchid. HEX triplet: B6, 2F and E3. RGB value is (182,47,227). Sum of RGB (Red+Green+Blue) = 182+47+227=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 227 (89.06% from 255 or 49.78% from 456); Max value from RGB is 227 - color contains mainly: blue. Hex color #B62FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62FE3 is #49D01C. Grayscale: #6B6B6B. Windows color (decimal): -4837405 or 14888886. OLE color: 14888886.

HSL color Cylindrical-coordinate representation of color #B62FE3: hue angle of 285º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B62FE3 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 47 227 -
CMYK 0.20 0.79 0 0.11
HSL 285º 0.76% 0.54% -
HSV(B) 285º 0.79% 0.89% -
XYZ 34.17 17.52 74.25 -
YUV 107.89 195.23 180.86 -
System Red Green Blue C M Y K H S L
Decimal 182 47 227 0.20 0.79 0 0.11 285 0.76 0.54
Hex B6 2F E3 14 4F 0 B 11D 4C 36
Octal 266 57 343 24 117 0 13 435 114 66
Binary 10110110 101111 11100011 10100 1001111 0 1011 100011101 1001100 110110

Color Harmonies of #B62FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62FE3

Black with #B62FE3

Text Example


Text Example

White with #B62FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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