Html Css Color HEX #B432ED Dark Orchid

📋 copy color: '#B432ED'

red 180 ◦ green 50 ◦ blue 237

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

Shades of Dark Orchid #B432ED

Tints of Dark Orchid #B432ED

RGB

 RED value IS 180 (70.7% from 255) = 38.54%

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

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

R = 38.54%
G = 10.71%
B = 50.75%

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

#B432ED (or 0xB432ED) is known color: Dark Orchid. HEX triplet: B4, 32 and ED. RGB value is (180,50,237). Sum of RGB (Red+Green+Blue) = 180+50+237=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #B432ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B432ED is #4BCD12. Grayscale: #6D6D6D. Windows color (decimal): -4967699 or 15545012. OLE color: 15545012.

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

Color convert

RGB 180 50 237 -
CMYK 0.24 0.79 0 0.07
HSL 281.71º 0.84% 0.56% -
HSV(B) 281.71º 0.79% 0.93% -
XYZ 35.25 18.1 81.76 -
YUV 110.19 199.57 177.79 -
System Red Green Blue C M Y K H S L
Decimal 180 50 237 0.24 0.79 0 0.07 281.71 0.84 0.56
Hex B4 32 ED 18 4F 0 7 11A 54 38
Octal 264 62 355 30 117 0 7 432 124 70
Binary 10110100 110010 11101101 11000 1001111 0 111 100011010 1010100 111000

Color Harmonies of #B432ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B432ED

Black with #B432ED

Text Example


Text Example

White with #B432ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B432ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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