Html Css Color HEX #B65FE3 Medium Orchid

📋 copy color: '#B65FE3'

red 182 ◦ green 95 ◦ blue 227

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

Shades of Medium Orchid #B65FE3

Tints of Medium Orchid #B65FE3

RGB

 RED value IS 182 (71.48% from 255) = 36.11%

 GREEN value IS 95 (37.5% from 255) = 18.85%

 BLUE value IS 227 (89.06% from 255) = 45.04%

R = 36.11%
G = 18.85%
B = 45.04%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B65FE3 (or 0xB65FE3) is known color: Medium Orchid. HEX triplet: B6, 5F and E3. RGB value is (182,95,227). Sum of RGB (Red+Green+Blue) = 182+95+227=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 227 - color contains mainly: blue. Hex color #B65FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FE3 is #49A01C. Grayscale: #878787. Windows color (decimal): -4825117 or 14901174. OLE color: 14901174.

HSL color Cylindrical-coordinate representation of color #B65FE3: hue angle of 279.55º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B65FE3 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 95 227 -
CMYK 0.20 0.58 0 0.11
HSL 279.55º 0.7% 0.63% -
HSV(B) 279.55º 0.58% 0.89% -
XYZ 37.25 23.68 75.28 -
YUV 136.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 182 95 227 0.20 0.58 0 0.11 279.55 0.7 0.63
Hex B6 5F E3 14 3A 0 B 118 46 3F
Octal 266 137 343 24 72 0 13 430 106 77
Binary 10110110 1011111 11100011 10100 111010 0 1011 100011000 1000110 111111

Color Harmonies of #B65FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FE3

Black with #B65FE3

Text Example


Text Example

White with #B65FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FE3; }

 p { color: rgb(182,95,227); }

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

background-color css

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

 a { background-color: rgb(182,95,227); }

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

border-color css

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

 span { border-color: rgb(182,95,227); }

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