Html Css Color HEX #B447EE Medium Orchid

📋 copy color: '#B447EE'

red 180 ◦ green 71 ◦ blue 238

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

Shades of Medium Orchid #B447EE

Tints of Medium Orchid #B447EE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.52%

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

R = 36.81%
G = 14.52%
B = 48.67%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B447EE (or 0xB447EE) is known color: Medium Orchid. HEX triplet: B4, 47 and EE. RGB value is (180,71,238). Sum of RGB (Red+Green+Blue) = 180+71+238=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #B447EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B447EE is #4BB811. Grayscale: #7A7A7A. Windows color (decimal): -4962322 or 15615924. OLE color: 15615924.

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

Color convert

RGB 180 71 238 -
CMYK 0.24 0.70 0 0.07
HSL 279.16º 0.83% 0.61% -
HSV(B) 279.16º 0.7% 0.93% -
XYZ 36.51 20.38 82.9 -
YUV 122.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 180 71 238 0.24 0.70 0 0.07 279.16 0.83 0.61
Hex B4 47 EE 18 46 0 7 117 53 3D
Octal 264 107 356 30 106 0 7 427 123 75
Binary 10110100 1000111 11101110 11000 1000110 0 111 100010111 1010011 111101

Color Harmonies of #B447EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B447EE

Black with #B447EE

Text Example


Text Example

White with #B447EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B447EE; }

 p { color: rgb(180,71,238); }

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

background-color css

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

 a { background-color: rgb(180,71,238); }

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

border-color css

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

 span { border-color: rgb(180,71,238); }

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