Html Css Color HEX #B43BEB Medium Orchid

📋 copy color: '#B43BEB'

red 180 ◦ green 59 ◦ blue 235

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

Shades of Medium Orchid #B43BEB

Tints of Medium Orchid #B43BEB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.45%

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 37.97%
G = 12.45%
B = 49.58%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B43BEB (or 0xB43BEB) is known color: Medium Orchid. HEX triplet: B4, 3B and EB. RGB value is (180,59,235). Sum of RGB (Red+Green+Blue) = 180+59+235=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #B43BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43BEB is #4BC414. Grayscale: #727272. Windows color (decimal): -4965397 or 15416244. OLE color: 15416244.

HSL color Cylindrical-coordinate representation of color #B43BEB: hue angle of 281.25º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B43BEB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 59 235 -
CMYK 0.23 0.75 0 0.08
HSL 281.25º 0.81% 0.58% -
HSV(B) 281.25º 0.75% 0.92% -
XYZ 35.38 18.83 80.37 -
YUV 115.24 195.59 174.19 -
System Red Green Blue C M Y K H S L
Decimal 180 59 235 0.23 0.75 0 0.08 281.25 0.81 0.58
Hex B4 3B EB 17 4B 0 8 119 51 3A
Octal 264 73 353 27 113 0 10 431 121 72
Binary 10110100 111011 11101011 10111 1001011 0 1000 100011001 1010001 111010

Color Harmonies of #B43BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BEB

Black with #B43BEB

Text Example


Text Example

White with #B43BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BEB; }

 p { color: rgb(180,59,235); }

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

background-color css

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

 a { background-color: rgb(180,59,235); }

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

border-color css

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

 span { border-color: rgb(180,59,235); }

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