Html Css Color HEX #B43CED Medium Orchid

📋 copy color: '#B43CED'

red 180 ◦ green 60 ◦ blue 237

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

Shades of Medium Orchid #B43CED

Tints of Medium Orchid #B43CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.58%

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

R = 37.74%
G = 12.58%
B = 49.69%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B43CED (or 0xB43CED) is known color: Medium Orchid. HEX triplet: B4, 3C and ED. RGB value is (180,60,237). Sum of RGB (Red+Green+Blue) = 180+60+237=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #B43CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CED is #4BC312. Grayscale: #737373. Windows color (decimal): -4965139 or 15547572. OLE color: 15547572.

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

Color convert

RGB 180 60 237 -
CMYK 0.24 0.75 0 0.07
HSL 280.68º 0.83% 0.58% -
HSV(B) 280.68º 0.75% 0.93% -
XYZ 35.72 19.05 81.91 -
YUV 116.06 196.26 173.61 -
System Red Green Blue C M Y K H S L
Decimal 180 60 237 0.24 0.75 0 0.07 280.68 0.83 0.58
Hex B4 3C ED 18 4B 0 7 119 53 3A
Octal 264 74 355 30 113 0 7 431 123 72
Binary 10110100 111100 11101101 11000 1001011 0 111 100011001 1010011 111010

Color Harmonies of #B43CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CED

Black with #B43CED

Text Example


Text Example

White with #B43CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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