Html Css Color HEX #B632E0 Dark Orchid

📋 copy color: '#B632E0'

red 182 ◦ green 50 ◦ blue 224

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

Shades of Dark Orchid #B632E0

Tints of Dark Orchid #B632E0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.96%

 BLUE value IS 224 (87.89% from 255) = 49.12%

R = 39.91%
G = 10.96%
B = 49.12%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B632E0 (or 0xB632E0) is known color: Dark Orchid. HEX triplet: B6, 32 and E0. RGB value is (182,50,224). Sum of RGB (Red+Green+Blue) = 182+50+224=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #B632E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B632E0 is #49CD1F. Grayscale: #6C6C6C. Windows color (decimal): -4836640 or 14693046. OLE color: 14693046.

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

Color convert

RGB 182 50 224 -
CMYK 0.19 0.78 0 0.12
HSL 285.52º 0.74% 0.54% -
HSV(B) 285.52º 0.78% 0.88% -
XYZ 33.89 17.61 72.13 -
YUV 109.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 182 50 224 0.19 0.78 0 0.12 285.52 0.74 0.54
Hex B6 32 E0 13 4E 0 C 11E 4A 36
Octal 266 62 340 23 116 0 14 436 112 66
Binary 10110110 110010 11100000 10011 1001110 0 1100 100011110 1001010 110110

Color Harmonies of #B632E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632E0

Black with #B632E0

Text Example


Text Example

White with #B632E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632E0; }

 p { color: rgb(182,50,224); }

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

background-color css

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

 a { background-color: rgb(182,50,224); }

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

border-color css

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

 span { border-color: rgb(182,50,224); }

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