Html Css Color HEX #B65FFC Medium Orchid

📋 copy color: '#B65FFC'

red 182 ◦ green 95 ◦ blue 252

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

Shades of Medium Orchid #B65FFC

Tints of Medium Orchid #B65FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.96%

 BLUE value IS 252 (98.83% from 255) = 47.64%

R = 34.4%
G = 17.96%
B = 47.64%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B65FFC (or 0xB65FFC) is known color: Medium Orchid. HEX triplet: B6, 5F and FC. RGB value is (182,95,252). Sum of RGB (Red+Green+Blue) = 182+95+252=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #B65FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65FFC is #49A003. Grayscale: #8A8A8A. Windows color (decimal): -4825092 or 16539574. OLE color: 16539574.

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

Color convert

RGB 182 95 252 -
CMYK 0.28 0.62 0 0.01
HSL 273.25º 0.96% 0.68% -
HSV(B) 273.25º 0.62% 0.99% -
XYZ 40.95 25.16 94.79 -
YUV 138.91 191.82 158.73 -
System Red Green Blue C M Y K H S L
Decimal 182 95 252 0.28 0.62 0 0.01 273.25 0.96 0.68
Hex B6 5F FC 1C 3E 0 1 111 60 44
Octal 266 137 374 34 76 0 1 421 140 104
Binary 10110110 1011111 11111100 11100 111110 0 1 100010001 1100000 1000100

Color Harmonies of #B65FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65FFC

Black with #B65FFC

Text Example


Text Example

White with #B65FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65FFC; }

 p { color: rgb(182,95,252); }

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

background-color css

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

 a { background-color: rgb(182,95,252); }

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

border-color css

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

 span { border-color: rgb(182,95,252); }

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