Html Css Color HEX #B132ED Dark Orchid

📋 copy color: '#B132ED'

red 177 ◦ green 50 ◦ blue 237

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

Shades of Dark Orchid #B132ED

Tints of Dark Orchid #B132ED

RGB

 RED value IS 177 (69.53% from 255) = 38.15%

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 38.15%
G = 10.78%
B = 51.08%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B132ED (or 0xB132ED) is known color: Dark Orchid. HEX triplet: B1, 32 and ED. RGB value is (177,50,237). Sum of RGB (Red+Green+Blue) = 177+50+237=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #B132ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B132ED is #4ECD12. Grayscale: #6C6C6C. Windows color (decimal): -5164307 or 15545009. OLE color: 15545009.

HSL color Cylindrical-coordinate representation of color #B132ED: hue angle of 280.75º degrees, saturation: 0.84, 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 #B132ED is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 50 237 -
CMYK 0.25 0.79 0 0.07
HSL 280.75º 0.84% 0.56% -
HSV(B) 280.75º 0.79% 0.93% -
XYZ 34.56 17.74 81.72 -
YUV 109.29 200.08 176.29 -
System Red Green Blue C M Y K H S L
Decimal 177 50 237 0.25 0.79 0 0.07 280.75 0.84 0.56
Hex B1 32 ED 19 4F 0 7 119 54 38
Octal 261 62 355 31 117 0 7 431 124 70
Binary 10110001 110010 11101101 11001 1001111 0 111 100011001 1010100 111000

Color Harmonies of #B132ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B132ED

Black with #B132ED

Text Example


Text Example

White with #B132ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B132ED; }

 p { color: rgb(177,50,237); }

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

background-color css

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

 a { background-color: rgb(177,50,237); }

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

border-color css

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

 span { border-color: rgb(177,50,237); }

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