Html Css Color HEX #B65BFE Medium Orchid

📋 copy color: '#B65BFE'

red 182 ◦ green 91 ◦ blue 254

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

Shades of Medium Orchid #B65BFE

Tints of Medium Orchid #B65BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.27%

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

R = 34.54%
G = 17.27%
B = 48.2%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B65BFE (or 0xB65BFE) is known color: Medium Orchid. HEX triplet: B6, 5B and FE. RGB value is (182,91,254). Sum of RGB (Red+Green+Blue) = 182+91+254=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #B65BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65BFE is #49A401. Grayscale: #888888. Windows color (decimal): -4826114 or 16669622. OLE color: 16669622.

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

Color convert

RGB 182 91 254 -
CMYK 0.28 0.64 0 0.00
HSL 273.5º 0.99% 0.68% -
HSV(B) 273.5º 0.64% 1% -
XYZ 40.92 24.58 96.35 -
YUV 136.79 194.15 160.25 -
System Red Green Blue C M Y K H S L
Decimal 182 91 254 0.28 0.64 0 0.00 273.5 0.99 0.68
Hex B6 5B FE 1C 40 0 0 111 63 44
Octal 266 133 376 34 100 0 0 421 143 104
Binary 10110110 1011011 11111110 11100 1000000 0 0 100010001 1100011 1000100

Color Harmonies of #B65BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65BFE

Black with #B65BFE

Text Example


Text Example

White with #B65BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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