Html Css Color HEX #B65EFC Medium Orchid

📋 copy color: '#B65EFC'

red 182 ◦ green 94 ◦ blue 252

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

Shades of Medium Orchid #B65EFC

Tints of Medium Orchid #B65EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.8%

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 34.47%
G = 17.8%
B = 47.73%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B65EFC (or 0xB65EFC) is known color: Medium Orchid. HEX triplet: B6, 5E and FC. RGB value is (182,94,252). Sum of RGB (Red+Green+Blue) = 182+94+252=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #B65EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65EFC is #49A103. Grayscale: #898989. Windows color (decimal): -4825348 or 16539318. OLE color: 16539318.

HSL color Cylindrical-coordinate representation of color #B65EFC: hue angle of 273.42º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B65EFC is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 94 252 -
CMYK 0.28 0.63 0 0.01
HSL 273.42º 0.96% 0.68% -
HSV(B) 273.42º 0.63% 0.99% -
XYZ 40.86 24.98 94.76 -
YUV 138.32 192.15 159.15 -
System Red Green Blue C M Y K H S L
Decimal 182 94 252 0.28 0.63 0 0.01 273.42 0.96 0.68
Hex B6 5E FC 1C 3F 0 1 111 60 44
Octal 266 136 374 34 77 0 1 421 140 104
Binary 10110110 1011110 11111100 11100 111111 0 1 100010001 1100000 1000100

Color Harmonies of #B65EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EFC

Black with #B65EFC

Text Example


Text Example

White with #B65EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EFC; }

 p { color: rgb(182,94,252); }

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

background-color css

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

 a { background-color: rgb(182,94,252); }

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

border-color css

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

 span { border-color: rgb(182,94,252); }

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