Html Css Color HEX #B632EE Dark Orchid

📋 copy color: '#B632EE'

red 182 ◦ green 50 ◦ blue 238

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

Shades of Dark Orchid #B632EE

Tints of Dark Orchid #B632EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 38.72%
G = 10.64%
B = 50.64%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B632EE (or 0xB632EE) is known color: Dark Orchid. HEX triplet: B6, 32 and EE. RGB value is (182,50,238). Sum of RGB (Red+Green+Blue) = 182+50+238=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #B632EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632EE is #49CD11. Grayscale: #6E6E6E. Windows color (decimal): -4836626 or 15610550. OLE color: 15610550.

HSL color Cylindrical-coordinate representation of color #B632EE: hue angle of 282.13º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B632EE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 50 238 -
CMYK 0.24 0.79 0 0.07
HSL 282.13º 0.85% 0.56% -
HSV(B) 282.13º 0.79% 0.93% -
XYZ 35.86 18.4 82.55 -
YUV 110.9 199.73 178.71 -
System Red Green Blue C M Y K H S L
Decimal 182 50 238 0.24 0.79 0 0.07 282.13 0.85 0.56
Hex B6 32 EE 18 4F 0 7 11A 55 38
Octal 266 62 356 30 117 0 7 432 125 70
Binary 10110110 110010 11101110 11000 1001111 0 111 100011010 1010101 111000

Color Harmonies of #B632EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632EE

Black with #B632EE

Text Example


Text Example

White with #B632EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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