Html Css Color HEX #B65EFD Medium Orchid

📋 copy color: '#B65EFD'

red 182 ◦ green 94 ◦ blue 253

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

Shades of Medium Orchid #B65EFD

Tints of Medium Orchid #B65EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.77%

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 34.4%
G = 17.77%
B = 47.83%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B65EFD (or 0xB65EFD) is known color: Medium Orchid. HEX triplet: B6, 5E and FD. RGB value is (182,94,253). Sum of RGB (Red+Green+Blue) = 182+94+253=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #B65EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65EFD is #49A102. Grayscale: #898989. Windows color (decimal): -4825347 or 16604854. OLE color: 16604854.

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

Color convert

RGB 182 94 253 -
CMYK 0.28 0.63 0 0.01
HSL 273.21º 0.98% 0.68% -
HSV(B) 273.21º 0.63% 0.99% -
XYZ 41.02 25.04 95.6 -
YUV 138.44 192.65 159.07 -
System Red Green Blue C M Y K H S L
Decimal 182 94 253 0.28 0.63 0 0.01 273.21 0.98 0.68
Hex B6 5E FD 1C 3F 0 1 111 62 44
Octal 266 136 375 34 77 0 1 421 142 104
Binary 10110110 1011110 11111101 11100 111111 0 1 100010001 1100010 1000100

Color Harmonies of #B65EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EFD

Black with #B65EFD

Text Example


Text Example

White with #B65EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EFD; }

 p { color: rgb(182,94,253); }

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

background-color css

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

 a { background-color: rgb(182,94,253); }

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

border-color css

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

 span { border-color: rgb(182,94,253); }

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