Html Css Color HEX #B65CFC Medium Orchid

📋 copy color: '#B65CFC'

red 182 ◦ green 92 ◦ blue 252

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

Shades of Medium Orchid #B65CFC

Tints of Medium Orchid #B65CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.49%

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

R = 34.6%
G = 17.49%
B = 47.91%

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

#B65CFC (or 0xB65CFC) is known color: Medium Orchid. HEX triplet: B6, 5C and FC. RGB value is (182,92,252). Sum of RGB (Red+Green+Blue) = 182+92+252=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #B65CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CFC is #49A303. Grayscale: #888888. Windows color (decimal): -4825860 or 16538806. OLE color: 16538806.

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

Color convert

RGB 182 92 252 -
CMYK 0.28 0.63 0 0.01
HSL 273.75º 0.96% 0.67% -
HSV(B) 273.75º 0.63% 0.99% -
XYZ 40.69 24.63 94.7 -
YUV 137.15 192.82 159.99 -
System Red Green Blue C M Y K H S L
Decimal 182 92 252 0.28 0.63 0 0.01 273.75 0.96 0.67
Hex B6 5C FC 1C 3F 0 1 112 60 43
Octal 266 134 374 34 77 0 1 422 140 103
Binary 10110110 1011100 11111100 11100 111111 0 1 100010010 1100000 1000011

Color Harmonies of #B65CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65CFC

Black with #B65CFC

Text Example


Text Example

White with #B65CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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