Html Css Color HEX #B65AF1 Medium Orchid

📋 copy color: '#B65AF1'

red 182 ◦ green 90 ◦ blue 241

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

Shades of Medium Orchid #B65AF1

Tints of Medium Orchid #B65AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.54%

 BLUE value IS 241 (94.53% from 255) = 46.98%

R = 35.48%
G = 17.54%
B = 46.98%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B65AF1 (or 0xB65AF1) is known color: Medium Orchid. HEX triplet: B6, 5A and F1. RGB value is (182,90,241). Sum of RGB (Red+Green+Blue) = 182+90+241=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #B65AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65AF1 is #49A50E. Grayscale: #868686. Windows color (decimal): -4826383 or 15817398. OLE color: 15817398.

HSL color Cylindrical-coordinate representation of color #B65AF1: hue angle of 276.56º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B65AF1 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 90 241 -
CMYK 0.24 0.63 0 0.05
HSL 276.56º 0.84% 0.65% -
HSV(B) 276.56º 0.63% 0.95% -
XYZ 38.82 23.61 85.73 -
YUV 134.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 182 90 241 0.24 0.63 0 0.05 276.56 0.84 0.65
Hex B6 5A F1 18 3F 0 5 115 54 41
Octal 266 132 361 30 77 0 5 425 124 101
Binary 10110110 1011010 11110001 11000 111111 0 101 100010101 1010100 1000001

Color Harmonies of #B65AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65AF1

Black with #B65AF1

Text Example


Text Example

White with #B65AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65AF1; }

 p { color: rgb(182,90,241); }

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

background-color css

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

 a { background-color: rgb(182,90,241); }

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

border-color css

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

 span { border-color: rgb(182,90,241); }

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