Html Css Color HEX #B65DFF Medium Orchid

📋 copy color: '#B65DFF'

red 182 ◦ green 93 ◦ blue 255

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

Shades of Medium Orchid #B65DFF

Tints of Medium Orchid #B65DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.55%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 34.34%
G = 17.55%
B = 48.11%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B65DFF (or 0xB65DFF) is known color: Medium Orchid. HEX triplet: B6, 5D and FF. RGB value is (182,93,255). Sum of RGB (Red+Green+Blue) = 182+93+255=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B65DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65DFF is #49A200. Grayscale: #898989. Windows color (decimal): -4825601 or 16735670. OLE color: 16735670.

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

Color convert

RGB 182 93 255 -
CMYK 0.29 0.64 0 0
HSL 272.96º 1% 0.68% -
HSV(B) 272.96º 0.64% 1% -
XYZ 41.26 24.99 97.26 -
YUV 138.08 193.99 159.33 -
System Red Green Blue C M Y K H S L
Decimal 182 93 255 0.29 0.64 0 0 272.96 1 0.68
Hex B6 5D FF 1D 40 0 0 111 64 44
Octal 266 135 377 35 100 0 0 421 144 104
Binary 10110110 1011101 11111111 11101 1000000 0 0 100010001 1100100 1000100

Color Harmonies of #B65DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DFF

Black with #B65DFF

Text Example


Text Example

White with #B65DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DFF; }

 p { color: rgb(182,93,255); }

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

background-color css

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

 a { background-color: rgb(182,93,255); }

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

border-color css

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

 span { border-color: rgb(182,93,255); }

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