Html Css Color HEX #B65DF8 Medium Orchid

📋 copy color: '#B65DF8'

red 182 ◦ green 93 ◦ blue 248

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

Shades of Medium Orchid #B65DF8

Tints of Medium Orchid #B65DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.42%

R = 34.8%
G = 17.78%
B = 47.42%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B65DF8 (or 0xB65DF8) is known color: Medium Orchid. HEX triplet: B6, 5D and F8. RGB value is (182,93,248). Sum of RGB (Red+Green+Blue) = 182+93+248=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #B65DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65DF8 is #49A207. Grayscale: #888888. Windows color (decimal): -4825608 or 16276918. OLE color: 16276918.

HSL color Cylindrical-coordinate representation of color #B65DF8: hue angle of 274.45º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65DF8 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 93 248 -
CMYK 0.27 0.62 0 0.03
HSL 274.45º 0.92% 0.67% -
HSV(B) 274.45º 0.63% 0.97% -
XYZ 40.15 24.55 91.43 -
YUV 137.28 190.49 159.9 -
System Red Green Blue C M Y K H S L
Decimal 182 93 248 0.27 0.62 0 0.03 274.45 0.92 0.67
Hex B6 5D F8 1B 3E 0 3 112 5C 43
Octal 266 135 370 33 76 0 3 422 134 103
Binary 10110110 1011101 11111000 11011 111110 0 11 100010010 1011100 1000011

Color Harmonies of #B65DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DF8

Black with #B65DF8

Text Example


Text Example

White with #B65DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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