Html Css Color HEX #B641FD Medium Orchid

📋 copy color: '#B641FD'

red 182 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #B641FD

Tints of Medium Orchid #B641FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13%

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

R = 36.4%
G = 13%
B = 50.6%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B641FD (or 0xB641FD) is known color: Medium Orchid. HEX triplet: B6, 41 and FD. RGB value is (182,65,253). Sum of RGB (Red+Green+Blue) = 182+65+253=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #B641FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641FD is #49BE02. Grayscale: #787878. Windows color (decimal): -4832771 or 16597430. OLE color: 16597430.

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

Color convert

RGB 182 65 253 -
CMYK 0.28 0.74 0 0.01
HSL 277.34º 0.98% 0.62% -
HSV(B) 277.34º 0.74% 0.99% -
XYZ 38.91 20.82 94.9 -
YUV 121.42 202.26 171.21 -
System Red Green Blue C M Y K H S L
Decimal 182 65 253 0.28 0.74 0 0.01 277.34 0.98 0.62
Hex B6 41 FD 1C 4A 0 1 115 62 3E
Octal 266 101 375 34 112 0 1 425 142 76
Binary 10110110 1000001 11111101 11100 1001010 0 1 100010101 1100010 111110

Color Harmonies of #B641FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641FD

Black with #B641FD

Text Example


Text Example

White with #B641FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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