Html Css Color HEX #B75CFD Medium Orchid

📋 copy color: '#B75CFD'

red 183 ◦ green 92 ◦ blue 253

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

Shades of Medium Orchid #B75CFD

Tints of Medium Orchid #B75CFD

RGB

 RED value IS 183 (71.88% from 255) = 34.66%

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

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

R = 34.66%
G = 17.42%
B = 47.92%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B75CFD (or 0xB75CFD) is known color: Medium Orchid. HEX triplet: B7, 5C and FD. RGB value is (183,92,253). Sum of RGB (Red+Green+Blue) = 183+92+253=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #B75CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75CFD is #48A302. Grayscale: #898989. Windows color (decimal): -4760323 or 16604343. OLE color: 16604343.

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

Color convert

RGB 183 92 253 -
CMYK 0.28 0.64 0 0.01
HSL 273.91º 0.98% 0.68% -
HSV(B) 273.91º 0.64% 0.99% -
XYZ 41.09 24.81 95.55 -
YUV 137.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 183 92 253 0.28 0.64 0 0.01 273.91 0.98 0.68
Hex B7 5C FD 1C 40 0 1 112 62 44
Octal 267 134 375 34 100 0 1 422 142 104
Binary 10110111 1011100 11111101 11100 1000000 0 1 100010010 1100010 1000100

Color Harmonies of #B75CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75CFD

Black with #B75CFD

Text Example


Text Example

White with #B75CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75CFD; }

 p { color: rgb(183,92,253); }

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

background-color css

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

 a { background-color: rgb(183,92,253); }

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

border-color css

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

 span { border-color: rgb(183,92,253); }

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