Html Css Color HEX #B629EC Dark Orchid

📋 copy color: '#B629EC'

red 182 ◦ green 41 ◦ blue 236

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

Shades of Dark Orchid #B629EC

Tints of Dark Orchid #B629EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.93%

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

R = 39.65%
G = 8.93%
B = 51.42%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B629EC (or 0xB629EC) is known color: Dark Orchid. HEX triplet: B6, 29 and EC. RGB value is (182,41,236). Sum of RGB (Red+Green+Blue) = 182+41+236=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #B629EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B629EC is #49D613. Grayscale: #686868. Windows color (decimal): -4838932 or 15477174. OLE color: 15477174.

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

Color convert

RGB 182 41 236 -
CMYK 0.23 0.83 0 0.07
HSL 283.38º 0.84% 0.54% -
HSV(B) 283.38º 0.83% 0.93% -
XYZ 35.22 17.59 80.89 -
YUV 105.39 201.71 182.64 -
System Red Green Blue C M Y K H S L
Decimal 182 41 236 0.23 0.83 0 0.07 283.38 0.84 0.54
Hex B6 29 EC 17 53 0 7 11B 54 36
Octal 266 51 354 27 123 0 7 433 124 66
Binary 10110110 101001 11101100 10111 1010011 0 111 100011011 1010100 110110

Color Harmonies of #B629EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629EC

Black with #B629EC

Text Example


Text Example

White with #B629EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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