Html Css Color HEX #B65FFE Medium Orchid

📋 copy color: '#B65FFE'

red 182 ◦ green 95 ◦ blue 254

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

Shades of Medium Orchid #B65FFE

Tints of Medium Orchid #B65FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 34.27%
G = 17.89%
B = 47.83%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B65FFE (or 0xB65FFE) is known color: Medium Orchid. HEX triplet: B6, 5F and FE. RGB value is (182,95,254). Sum of RGB (Red+Green+Blue) = 182+95+254=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #B65FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65FFE is #49A001. Grayscale: #8A8A8A. Windows color (decimal): -4825090 or 16670646. OLE color: 16670646.

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

Color convert

RGB 182 95 254 -
CMYK 0.28 0.63 0 0.00
HSL 272.83º 0.99% 0.68% -
HSV(B) 272.83º 0.63% 1% -
XYZ 41.27 25.29 96.47 -
YUV 139.14 192.82 158.57 -
System Red Green Blue C M Y K H S L
Decimal 182 95 254 0.28 0.63 0 0.00 272.83 0.99 0.68
Hex B6 5F FE 1C 3F 0 0 111 63 44
Octal 266 137 376 34 77 0 0 421 143 104
Binary 10110110 1011111 11111110 11100 111111 0 0 100010001 1100011 1000100

Color Harmonies of #B65FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FFE

Black with #B65FFE

Text Example


Text Example

White with #B65FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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